home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / docs / announc3.lha / 1100 / 1134.easyrexx < prev    next >
Internet Message Format  |  1995-05-10  |  4KB

  1. From zerkle Tue Apr 18 06:19:34 1995
  2. Received: by toadflax.cs.ucdavis.edu (4.1/UCD.CS.2.6)
  3.     id AA20266; Tue, 18 Apr 95 06:19:32 PDT
  4. Received: from ulke.hiMolde.no by toadflax.cs.ucdavis.edu (4.1/UCD.CS.2.6)
  5.     id AA20212; Tue, 18 Apr 95 06:19:21 PDT
  6. Received: from lyr.hiMolde.no by ulke.hiMolde.no with SMTP id AA24946
  7.   (5.67b/IDA-1.4.4 for <announce@cs.ucdavis.edu>); Tue, 18 Apr 1995 15:19:18 +0200
  8. Received: by lyr.hiMolde.no (5.67b/Uninett-C-1.4)
  9.     id AA19953; Tue, 18 Apr 1995 15:19:17 +0200
  10. Date: Tue, 18 Apr 1995 15:19:16 +0200 (MET DST)
  11. From: Ketil Hunn <Ketil.Hunn@hiMolde.no>
  12. To: announce <announce@cs.ucdavis.edu>
  13. Message-Id: <Pine.ULT.3.91.950418151844.19942C-100000@lyr>
  14. Mime-Version: 1.0
  15. Content-Type: TEXT/PLAIN; charset=US-ASCII
  16. Subject: SUBMIT EasyRexx.library V2.0 available for FTP (fwd)
  17. Errors-To: zerkle@cs.ucdavis.edu
  18. X-Server: Zserver v0.90beta
  19. Status: RO
  20.  
  21. submit
  22.  
  23. TITLE
  24.  
  25.    easyrexx.library
  26.  
  27. VERSION
  28.  
  29.    2.0
  30.  
  31. AUTHOR
  32.  
  33.    Ketil Hunn
  34.  
  35.    E-Mail: Ketil.Hunn@hiMolde.no
  36.  
  37. DESCRIPTION
  38.  
  39.   A small and very fast shared runtime library that allows you to
  40.   add an AREXX port and AREXX commands to your application without
  41.   the need of programming.
  42.  
  43.   o Makes the parsing of AREXX messages as easy as parsing DOS prompt
  44.     arguments!  Uses standard DOS templates for arguments.
  45.  
  46.   o Easy to use tag-based functions.
  47.  
  48.   o Send AREXX messages to any named port.
  49.  
  50.   o Autodoc describing all functions in the library.
  51.  
  52.   o Amigaguide documentation describing programming techniques and how to
  53.     use the library.
  54.  
  55.   o Complete with example sources.
  56.  
  57. NEW FEATURES
  58.  
  59.   o AREXX Interface Designer.  A GUI program which allows you to define
  60.     the entire AREXX interface and generate C source codes which are
  61.     ready to be compiled.  The Designer features:
  62.  
  63.     - Saving/merging and loading of projects.  Projects from several
  64.       known products are included as examples.
  65.  
  66.     - Cut and paste of both commands and arguments.
  67.  
  68.     - Most commands can be controlled from the keyboard.
  69.  
  70.     - Sorting and moving commands and arguments.
  71.  
  72.     - Multi-window environment.
  73.  
  74.     - Fully controlable through AREXX.
  75.       Several example macros are included.
  76.  
  77.     - Tooltype support.
  78.  
  79.     - Will make use of V3.0+ and 68020+ if available.
  80.  
  81.   o New library function: ARexxCommandShell() which opens an asynchronous
  82.     AREXX commandline interface in which the user may type in AREXX
  83.     commands directly.  All commands will be sent directly to the
  84.     application's AREXX port.
  85.  
  86.   o Reserved commands built directly into the library.  ALL
  87.     applications will inherit these commands:
  88.  
  89.     GET COMMANDLIST    - Returns a list of commands known to your
  90.                          application.
  91.     GET AUTHOR         - Returns name of application's author.
  92.     GET COPYRIGHT      - Returns application's copyright.
  93.     GET VERSION        - Returns application's version.
  94.     GET LASTERROR      - Returns the last error.
  95.  
  96.   o SendARexxCommand() can send AREXX commands asynchronously.  You may
  97.     even send AREXX commands to your own port.
  98.  
  99.   o SendARexxCommand() can return results from the application it was
  100.     sent to.
  101.  
  102.   o All AREXX commands listed in Amiga User Interface Style Guide are
  103.     categorized and stored in projects ready to be included in your
  104.     applications.
  105.  
  106.   o Installation script for easy installation.
  107.  
  108.   o Information on how to register your AREXX compatible product to the
  109.     The ARexx Application List.  The form to fill out is included.
  110.  
  111.   o Various bug-fixes.
  112.  
  113. SPECIAL REQUIREMENTS
  114.  
  115.   OS 2.04 or higher.
  116.  
  117. AVAILABILITY
  118.  
  119.   ftp://ftp.wustl.edu/pub/aminet/dev/misc/easyrexx.lha (82774)
  120.  
  121. PRICE
  122.  
  123.   Free, as long as you follow the two guidelines below:
  124.  
  125.   The license is the same for all software, regardless of what type of
  126.   software the library is used in, be it commercial, freeware, shareware
  127.   or whatever as long as you:
  128.  
  129.   1)  Note in the program and documentation that easyrexx.library is
  130.       copyrighted 1994, 1995 Ketil Hunn.
  131.  
  132.   2)  You give me a copy of each version of the software which uses
  133.       the library.  There should be no cost to me.
  134.  
  135. DISTRIBUTABILITY
  136.  
  137.   The files may be distributed as needed. That means that for products that
  138.   use the easyrexx.library, only that file needs to be distributed. For
  139.   development purposes, the library and its documentation should be all
  140.   distributed together.
  141.  
  142.  
  143.  
  144.